Auto merge of #1372 - alexcrichton:flaky, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 3 Mar 2015 04:33:24 +0000 (04:33 +0000)
committerbors <bors@rust-lang.org>
Tue, 3 Mar 2015 04:33:24 +0000 (04:33 +0000)
Due to random hash map traversals this test could build either crate `a` or
crate `b` first, causing the first four output lines to possibly change. Two of
the first four lines are guaranteed to be the compilation of `b` and the other
two are the compilation of `a` as well as building its build script, but no
other lines about compiling `a` can happen until the dependency `b` has finished
compiling.


Trivial merge